home *** CD-ROM | disk | FTP | other *** search
- Path: redstone.interpath.net!mercury!softbase
- From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: HELP!! Urgent Borland 4.5 problem
- Date: 11 Feb 1996 18:17:26 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4flbrm$rns@redstone.interpath.net>
- References: <311759F5.41C67EA6@ap.co.umist.ac.uk>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- =-dan-=dan@ap.co.umist.ac.uk wrote:
- : I've got a majour problem
-
- So, why did you post an INVALID E-MAIL ADDRESS!?!?! No one can
- answer your question! If you reply, it bounces!
-
- ----- Transcript of session follows -----
- ... while talking to lux.ap.co.umist.ac.uk.:
- >>> RCPT To:<=-dan-=dan@ap.co.umist.ac.uk>
- <<< 550 <=-dan-=dan@ap.co.umist.ac.uk>... User unknown
- 550 =-dan-=dan@ap.co.umist.ac.uk... User unknown
-
- ----- Original message follows -----
-
- In article <311759F5.41C67EA6@ap.co.umist.ac.uk> you wrote:
-
- : How do you (in v4.5) have one source code which
- : uses functions you wrote yourself but must be
- : stored in a different file.
-
- You can use TLIB to create a .LIB file with all your
- functions in it. 4.5 has extensive documentation on
- how TLIB works. Essentially you compile your code to
- OBJ format, then run TLIB on it. Then you just link in
- your .LIB file like any other library.
-
- Scott
-